home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / util / boot / MuFastRom.lha / MuFastRom / ReadMe < prev    next >
Text File  |  2001-04-28  |  65KB  |  1,398 lines

  1. The mmu.library project © 1998-2001 the mmu.library development group, THOR
  2. -----------------------------------------------------------------------------
  3.  
  4. Release 42.8
  5. ---------------
  6.     - mmu.library: Fixed a fatal bug in the RebuildTree(s) calls that
  7.       trashed the DMA relevant MMU table mapping in case the MMU 
  8.       context remained untouched and RebuildTree(s) could have exited
  9.       immediately.
  10.     - MuFastChip: Added a check whether the program is really required,
  11.       and prints a warning in case it is not.
  12.     - MuFastZero: Tries now to detect the lower limit of the chip 
  13.       memory automatically and will remap all memory below this boundary.
  14.       Should help when using the ShapeShifter and "MuMove4K".
  15.     - Documentation: exd_Internal was at the wrong place in the C 
  16.       header files. (Urgh!) It was always correct in the .i files, 
  17.       though.
  18.  
  19. Release 42.6
  20. ---------------
  21.     - mmu.library: Fixed some very rare problems on access errors of
  22.       pre-decrement movems for both the 68040 and the 68060.
  23.     - MuMove4k: The PREPAREEMUL (without the A1200 switch) option was
  24.       broken and might have caused crashes on a reboot. MuMove4K 
  25.       installs now itself into MEMF_KICK and no longer MEMF_CHIP. If
  26.       this causes problems on your machine, try the INCHIPMEM option.
  27.     - MuFastZero: If ExecBase was remapped by means of the FastExec
  28.       option, installation of reset-proof programs behind MuFastZero
  29.       failed since these programs installed only into the non-resident
  30.       copy of ExecBase. MuFastZero includes now a patch to SumKickData()
  31.       which will avoid this problems.
  32.     - MuForce: MuForce installed an interrupt handler directly into
  33.       the autovector base which is not very system friendly. Fixed by
  34.       using the official interrupt handler. If MuForce crashes on exit,
  35.       disable your favourite "SaferPatches" clone and either avoid these
  36.       tools, or get "TRSaferPatches.lha" from Aminet.
  37.     - MuGuardianAngel: Supports now some not yet available memory pool
  38.       enhancement patches.
  39.     - P5Init: Fixed a potentially dangerous unaligned CopyMemQuick().
  40.     - A new MuLib based, tested and VMM aware 68060.library is now
  41.       available.
  42.     - Included a new tool, MuProtectModules. This will write-protect
  43.       resident modules loaded by "LoadModule". (See Aminet).
  44.     - MuEVD: Forgot an ATC table flush, result might have been partial
  45.       display gliches caused by erraneously dropped refresh cycles.
  46.     - FPU: Forgot to include this FPU control program. Fixed.
  47.     - 680x0.library: Did not identify a 68060 FPU correctly if used
  48.       to bootstrap the 68060.library by the patched SetPatch.
  49.     - 68060.library: Fixed a fatal bug in the fpsp core that could cause
  50.       crashes and hangs on execution of fscc instructions.
  51.     - 68060.library: Included a replacement function for CacheClearU()
  52.       since a 68060 version might not be available.
  53.     - 68040/68060.library: Included a new and improved CacheClearE()
  54.       function. Especially gvpscsi and omnscsi owners might profit
  55.       from this improvement.
  56.     - Included PatchWork 0.15 from Richard Körber. Thanks, Richard!
  57.     - Updated the documentation and the include files.
  58.     - Added the IGNORE keyword to MuFastZero.
  59.  
  60. Release 42.4.1
  61. ---------------
  62.     - CPU libraries: The FPU test was super-critical and failed if the
  63.       FPU could not complete a float->integer conversion before 
  64.       starting a concurrent frestore.
  65.     - CPU libraries: The GetMsg() replacement is now more conservative
  66.       and will return NULL in case the message list of the port is not
  67.       properly initialized or the linkage field of a node is (incorrectly) 
  68.       NULL. Thanks Ian!
  69.  
  70. Release 42.4
  71. ---------------
  72.     - Fixed several flaws of the 68060.library: Several cache flushes
  73.       have been missing, FPU setup has been fixed as well.
  74.     - Fixed the installer script: FixCybAccess must be "run" in 
  75.       background.
  76.     - MuGuardianAngel did not record the return PC correctly for the
  77.       pooled memory allocations.
  78.     - The mmu.library crashed on a plain 68000. Fixed.
  79.  
  80. Release 42.3
  81. ---------------
  82.     - Included an alpha release of a new 68060.library which provides a
  83.       fpsp.resource and is virtual memory aware. This alpha release can
  84.       be found in the LIBS/alpha directory.
  85.       Thanks goes to Stephen Brookes and Etienne Vogt for performing
  86.       some tests. Note though that I do not own a 68060 and could not
  87.       test this library for correctness.
  88.  
  89.     - Included a MMU driven ShapeShifter video driver, MuEVD. (new)
  90.     - MuGuardianAngel: Does no longer call RawIOInit() and hence will
  91.       no longer conflict with programs using the serial port even in
  92.       cases MuGuardianAngel never required the port in first place.
  93.     - MuForce: Does no longer call RawIOInit() but fully relies on the
  94.       Os and/or the user to initialize the serial port correctly, in the
  95.       same way the old Enforcer did. This means that MuForce will now
  96.       safely cooperate with software that requires the serial port in
  97.       cases MuForce output goes to the parallel port or other 
  98.       destinations.
  99.     - Note that there is now a new release of "BlizKick" which fixes 
  100.       the problems mentioned below.
  101.     - Updated the documentation, fixed a minor mistake in the MMU
  102.       developer's manual.
  103.     - Included an upgrade patch from SetPatch 44.13 to 44.14 which, once
  104.       again, opens the 680x0.library instead of the 68040.library.
  105.       The RamLibFix is then no longer required since it is included now
  106.       in SetPatch anyhow.
  107.     - MuGuardianAngel: The DUMPLIST routine had a bug and might have
  108.       allocated too less memory. Luckely, this had the only side effect
  109.       that not all of the mung list would have been dumped correctly, it
  110.       did not trash any memory.
  111.     - MuGuardianAngel: The DUMPLIST option now also makes use of the 
  112.       SegTracker to print segment/hunk information of the allocating
  113.       routine.
  114.     - Installation scripts: Due to a bug in the BuildMMUConfig.rexx
  115.       script, the on-board hardware of certain P5 boards has been disabled
  116.       completely. Urgl.
  117.     - mmu.library: Added a new command for the ENVARC:MMU-Configuration,
  118.       "FOR". It executes the command given as argument if the manufacturer
  119.       product code fits, possibly several times if more than one board is
  120.       in the machine.
  121.     - mmu.library: The MMU-Configuration file can now be put into DEVS: as
  122.       well since some people seem to have problems with the library and
  123.       HappyEnv.
  124.     - mmu.library: Added another new command "ClearMMU" which will re-run
  125.       the MMU setup procedure at least partially. The intention behind 
  126.       this is to override or ignore a previously loaded MMU tree at least
  127.       partially in places where it is sub-optimal or incorrect. This seems
  128.       to be required by some Apollo boards.
  129.     - mmu.library: EnterContext() and LeaveContext() are no longer running
  130.       into the risk of breaking a Forbid(), provided AllocMem() doesn't.
  131.       NOTE THAT I NEVER DOCUMENTED THIS FEATURE ANYHOW.
  132.       This might help for some critical applications where a launched task
  133.       must run in a new context.
  134.       Due to a feature of exec, you cannot enter a context before you
  135.       AddTask() a new task, sigh.
  136.     - mmu.library: Due to a trashed register, the library crashed upon
  137.       detection of an 68040 or 68060 with a disabled or otherwise non-
  138.       functional MMU. Note that it would have detected the EC processors
  139.       correctly, though, including the 68EC030. This release should do 
  140.       better. Thanks to Pavel for detecting this.
  141.     - Fixes: Added a fix to repair the UMult64()/SMult64() bug of the Os
  142.       for the 68000 and 68010 processors. Not required for the up-to-date
  143.       release of SetPatch, but otherwise recommended.
  144.     - mmu.library: AddConfigDev() is now supported, but the implementation
  145.       depends on some internals of the expansion.library. Hopefully, 
  146.       nobody will change them. The MuLib tries to check whether the ROM
  147.       function is still installed. In case it is, the code will jump into
  148.       the old ROM code. In case it isn't, a replacement routine is used.
  149.     - 680x0.libraries: AddConfigDev() is now passed thru, presumably to the
  150.       mmu.library function.
  151.     - Installation: Finally, wrote a (rather complicated) installation
  152.       script for automated installation.
  153.     - Included various fixes for the BVisionPPC driver and more "software
  154.       fluff" for the installation process.
  155.     - 68040.library: Impoved the GetMsg() workaround for programs that
  156.       call GetMsg() in a tight loop.
  157.     - 68040.library: Fixes now a bug in the mathieeesingbas.library 
  158.       which doesn't use a FPU since it is setup before this library is
  159.       setup.
  160.  
  161.  
  162. Release 42.2
  163. ---------------
  164.     
  165.     - The 42.1 release automatically marked all hardware pages as
  166.       cacheinhibited serialized. Looks like even that was too much for
  167.       some hardware boards, I don't know why. This should be the proper
  168.       default anyhow. I disabled this again, even though this means,
  169.       as for 42.0 and before, that a MMU-Configuration is *mandatory*
  170.       if you use the library as "stand-alone" instead on top of a third-
  171.       party 68040/68060 library.
  172.  
  173. Release 42.1
  174. ---------------
  175.  
  176.     - MuFastChip: Forgot to include the latest mmu.library in the latest
  177.       upload. Sorry.
  178.     - Installation: P5Init, PPCIdentify, P5Identify reworked again, it
  179.       enables now explicitly the bus error generation of the A4000
  180.       motherboard resources.
  181.     - Installation Rexx scripts: Added a "NoP5" keyword to disable ex-
  182.       plicitly the P5 identification steps which seem to be problematic
  183.       for some boards for reasons that are beyond me.
  184.     - MuManual: Fixed some typos, corrected some mistakes, clarified some
  185.       formulations. Thanks to Etienne Voigt for proofreading!
  186.     - Organization: The "MMULib" archive is now the user archive, all
  187.       developer information went into the "MuManual" archive, including
  188.       the autodocs, the includes, the bmaps and some example sources.
  189.       This will help to keep the archive short.
  190.     - mmulib: The CurrentContext() function forgot to Forbid() properly.
  191.       Note that you still need a Forbid() bracketing or the result code
  192.       might be pretty useless. The propability that this broke code is
  193.       very low, though.
  194.     - mmulib: GetMappingProperties() was simply broken in V42.0 and below.
  195.       Sorry, this got fixed. This function hasn't been used yet, so this
  196.       bug was left unnoticed.
  197.     - mmulib: Even if "ClearTTX" is missing in the MMU-Configuration, the
  198.       library cache-inhibits now the access to expansion boards. This is
  199.       just a safety bonus.
  200.     - Included a debug version of the library in the MuManual archive.
  201.     - BlizKick: In order to avoid a yellow alert, either BlizKick must be
  202.       modified or must be run behind SetPatch. The reason for the alert
  203.       is that BlizKick opens the mmu.library before the 68060/68040 lib
  204.       is open, which is and never has been legal. I just added an explicit
  205.       check for this condition in V42 because too many people ignored it.
  206.       As I said, "no discussion". This is a side effect of how the library
  207.       works and has to work.
  208.  
  209. Release 42.0
  210. ---------------
  211.  
  212.     - mmu.library: Added more error checking for the startup code, esp.
  213.       the MMU-Configuration file. Added a check for proper config-
  214.       uration, i.e. whether the library was (incorrectly) loaded in
  215.       front of SetPatch.
  216.     - Added a new function: RunOldConfig(). It runs a small supervisor
  217.       routine with the boot MMU configuration.
  218.     - 68040.library: Added an explicit check for correct configuration,
  219.       it will generate a requester in case no 68040 is available.
  220.     - MuGuardianAngel: Fixed a bug in the mung-wall check which could 
  221.       have reported one additional mung-wall damage in case the front 
  222.       wall was found defective. Added a workaround for a possible 
  223.       68060 firmware bug, the "U" bit is now always set in the MMU
  224.       descriptors to avoid unnecessary MMU writebacks.
  225.     - In case you see MuGuardianAngel hits of the z3scsi.device, run
  226.       the FixCybAccess program. It will work around the z3scsi.device 
  227.       hits as well. Thanks, Helmut.
  228.     - MuMove4K PREPAREEMUL moves now the low chip memory end to the
  229.       16K line, not to the 8K line. This might fix some Fusion
  230.       problems. Thanks, Pavel.
  231.     - Improved the error messages of MuFastZero a little bit.
  232.     - Reworked P5Identify and PPCIdentify to make these two more
  233.       stable.
  234.     - Added another external MMU setup command, P5Init. It should 
  235.       keep care about all P5 specific cache settings and should
  236.       setup the PPC and the BOOT-MMU-Port automatically. All manual
  237.       P5 specific entries in the MMU-Configuration except graphic 
  238.       board cachings are obsolete now and should be replaced by
  239.       P5Init.
  240.     - Rewrote both setup scripts to reflect the changes in the P5
  241.       setup logic, i.e. ScanMMUPort has been replaced by P5Init and
  242.       all P5 specific cache settings have been removed.
  243.     - Added stack increasement patches for the mfm.device (CrossDos)
  244.       and IPrefs 40.7 in case you do not yet use Os 3.5. Thanks Gene.
  245.     - Added a fix for two bugs in ramlib. First, its stack is too
  246.       low. Second, it uses SIGF_SINGLE as message bit for its process
  247.       port which could cause some race conditions with semaphores in
  248.       library setup code.
  249.     - The MuGuardianAngel patch report and automatic IRQ check have 
  250.       been reworked a bit. The "patches overwritten" message is now
  251.       no longer periodically generated, but will be suspended up to
  252.       the next "real" hit where another message will be generated.
  253.     - The MuGuardianAngel automatic IRQ stack was not only useless,
  254.       but in fact broken. This does not go for the stack check of the
  255.       exec memory handling functions which was and still is fine.
  256.       Good enough it was recommended to leave the IRQ check disabled. 
  257.       "Nearly out of stack" warnings were not generated by the IRQ code 
  258.       at all, and the stack overflow and stack underflow messages
  259.       usually report "bogus" hits due to its construction. Stack 
  260.       snooping is now by default ENABLED, except for "out of bounds"
  261.       reports, which still requires STACKSNOOP option explicitly.
  262.       Added an option to adjust the minimal stack size for the
  263.       "Nearly out of stack" reports, but it can be made only larger,
  264.       i.e. more "picky".
  265.     - mmu.library: The pre-42 releases only marked the zero page as
  266.       non-blank which might have caused problems for some Mac emu-
  267.       lators. It now marks the lowest 32K as valid. Former versions
  268.       set it to "cacheinhibit", it is now set to "cacheinhibit nonser-
  269.       ialized imprecise".
  270.     - mmu.library: The low-memory limit up to which the mmu.library
  271.       has to software-emulate accesses has been made adjustable.
  272.     - mmu.library: Due to a bug in the high-level mapping list manage-
  273.       ment, MAPP_INDIRECT did not work correctly.
  274.     - mmu.library: BuildIndirect() performs now a few more consistency
  275.       checks and is less restrictive for MAPP_INVALID and MAPP_SWAPPED.
  276.     - Updated the DMAInitiate() function, it provides now a return code
  277.       instead going guru if it doesn't like the parameters.
  278.     - Updated MuOmniSCSIPatch to reflect the changes made to 
  279.       DMAInitiate().
  280.     - Fixed many documentation errors in mmu.doc, updated and checked
  281.       exception.doc again.
  282.     - Included a demo program for indirect descriptor handling.
  283.     - Speedup SetIndirect() somewhat by placing this routine directly
  284.       in the MMU drivers as a "native" operation.
  285.     - Added a new LVO "SetIndirectArray()" to set more than one
  286.       indirect descriptor at once. Should be *very* fast.
  287.     - The startup command "DescriptorCacheInhibit" did not pass a proper
  288.       result code on success and hence caused a yellow alert. This bug
  289.       was only noticable in some of the V42 betas where proper result
  290.       code checking was introduced.
  291.     - mmu.library: WithoutMMU() disables now the CPU caches as well to
  292.       allow a safe access to non-cacheable addresses.
  293.     - MuFastZero: In case MuFastZero is removed (why?) the unmapped chip
  294.       memory is set to IMPRECISE and NONSERIALIZED to provide at least
  295.       a minimal speedup.
  296.     - Added "AmigaGuide" versions of the autodocs.
  297.     - Included a new version of BPPCFix by Frank Wille. Thanks, Frank!
  298.       Using this program will allow you to replace the ROM-based
  299.       libraries of the Blizzard-Boards.
  300.       Thanks Stephen for working this out, and for making this trick
  301.       possible!
  302.     - Included a "RKRM" style manual and tutorial for the MuLib in "dvi"
  303.       and "postscript" format.
  304.  
  305. Release 41.4
  306. ---------------
  307.  
  308.     - mmu.library: The CachePre/PostDMA() functions are now a bit more 
  309.       error tolerant and handle cases where a DMA device attempts DMA 
  310.       transfer to a non-existing memory region more gracefully.
  311.     - 680x0.library: Sets now the memory attributes of the supposed-to-
  312.       be remapped low-memory header to MEMF_FAST instead to 0 to avoid
  313.       a zero return value of TypeOfMem().
  314.     - MuFastZero: Sets now the memory attributes of the supposed-to-
  315.       be remapped low-memory header to MEMF_FAST instead to 0 to avoid
  316.       a zero return value of TypeOfMem(). Lowered the priority of the
  317.       rendezvous port.
  318.     - FastIEEE: Optimized the IEEEDPFloor and IEEESPFloor in case a 060
  319.       processor has been found. Note that this makes currently no
  320.       difference at all since there is currently no 68060.library that
  321.       provides the fpsp.resource.
  322.  
  323.     
  324. Release 41.3
  325. ---------------
  326.  
  327.     - disassembler.library:    fmovem.x <dynamiclist>,memory was disassembled
  328.       incorrectly. Fixed.
  329.     - mmu.library: SetPropertiesMapping() accepts now base=0 and lenght=0
  330.       as a special case to transfer the complete list.
  331.     - 68040.library: Removed some unnecessary strings and references to the
  332.       math libraries. 
  333.     - mmu.library: Added workarounds for possible DMA disable counter under-
  334.       runs that might have happened in case the library gets active while 
  335.       DMA is active. 
  336.     - MuMove4K: Added more options:
  337.       IGNOREVERIFY/S    Disables the verify check for the reboot code
  338.       REVERSE/S        Allocates the memory for the resident tags in
  339.                 reverse direction
  340.       LOWPRI/S        Lowers the priority of the MuMove4K resident 
  341.                 tag as a possible workaround for some wierd 
  342.                 other hacks.
  343.       Added more error messages in case something goes wrong.
  344.     - MuForce: Forgot to restore the Z-page mode and physical location on
  345.       removal. Ooops. Thanks, Heinz!
  346.     - MuFastZero: Added a "FastVBR" option because it was easy to do and
  347.       canonical to have. NOTE THAT THIS OPTION IS NOT REQUIRED IF YOU
  348.       REMAP THE VECTOR BASE ANYHOW.
  349.     - MuGuardianAngel: Prints now the stack boundaries in case of stack 
  350.       problems, let it be overflow, underflow or nearly out of stack. 
  351.       Thanks to Heinz, again.
  352.       Provides an option to disable these warning messages, but beware! 
  353.       This doesn't mean bugs will go away, it just silences MuGuardianAngel.
  354.       Remember, this program is provided to scream upon problems it detects.
  355.     - Setup scripts: Greatly enhanced! The new setup script will also 
  356.       re-set the memory caching modes for boards whose boot-roms already 
  357.       run the MMU. Fixed a minor glinch that produces a (bogus) error report
  358.       in case LIBS:MMU already existed.
  359.       Remember that you can't run the ppc.library on the MuLib setup, sorry.
  360.     - Added a new setup script "ScanToConfig" that takes a "MuScan" output
  361.       from a system running under a third-party 68040/68060.library and 
  362.       generates an MMU-Configuration file from it. To use it, re-install a 
  363.       non-MMU-aware processor library, boot the system, then enter the 
  364.       "Install" directory and run the script. MuScan must be available 
  365.       in the current directory as it is in the archive.
  366.       Please let me know how this new script goes, maybe it's smarter.
  367.     - Added a new program "MemModes" to the installation tools. It will
  368.       auto-generate the memory caching setup as the mmu.library does if
  369.       the MMU is found non-active. Possibly an improvement for those boards
  370.       which - strange enough - turn on the MMU before booting.
  371.     - Added a patch for the new SetPatch in the BoingBag, check the "Fixes"
  372.       directory.
  373.     - Again: When will people finally learn to read the FAQ? *Sigh*
  374.       In case MuFastZero complains "The zero page is already remapped",
  375.       ---> READ THE GUIDE. <---
  376.  
  377.  
  378. Release 41.2.1
  379. ---------------
  380.  
  381.     - Updated the 68040.library to 40.6. It builds now the fpsp.resource
  382.       which offers opcode emulation to external hosts.
  383.     - Included FastIEEE which re-directs the mathieee-library routines to
  384.       the fpsp.resource for optimal performance.
  385.     - FastIEEE fixes, too, some bugs in the mathieee libraries. 
  386.       IEEEDPCmp() is broken and orders some numbers "the wrong way". 
  387.       IEEEDPPow() and IEEESPPow() are broken and return non-sense for 
  388.       special arguments.
  389.  
  390. Release 41.2
  391. ---------------
  392.  
  393.     - The MMU Library build-in AddMem failed in case the base or length
  394.       were not aligned to 64K boundaries. It now rounds to the next 64K
  395.       boarders such that the supplied area is at least mounted partially.
  396.     - The idea to disable the TTx registers in the mmu.library was 
  397.       unfortunately not a very smart idea as it broke the code on some
  398.       machines. Re-established the old rule with the only exception that
  399.       the TTx registers are initialized for the EC040.
  400.     - The ColdReboot() patch of the 68040.library used the MMU registers
  401.       even on a system without MMU. Fixed.
  402.     - MuMove4K checks now all libraries, devices, ports, resources and 
  403.       resident modules whether they violate the 8K boundary.
  404.     - 68040.library: Forgot to disable the caches in ColdReboot().
  405.     - 68040.library: The motorola OpErr handler did not consider tracing
  406.       correctly. Fixed.
  407.     - Finally wrote and included the 68020.library and the 68030.library,
  408.       hence "FPU" will work on these machines.
  409.     - Updated MuGuardianAngel: Added a new keyword "DUMPWALL" that prints
  410.       the contents of a broken mung-wall and of broken memory cookies.
  411.  
  412. Release 41.1
  413. ---------------
  414.  
  415.     - ScanMMUPort was broken and scanned for the wrong port. *Sigh*
  416.       This release should work better on Blizzard boards.
  417.     - AddMemList() uses now RebuildTreesA() to rebuild user and
  418.       supervisor tables at once and is therefore a bit more error
  419.       tolerant.
  420.     - The mmu.library will now support CachePreDMA/CachePostDMA for
  421.       the EC040 and EC060 processors as well.
  422.     - The 68040.library will now disable the TTx registers manually
  423.       such that the "generic" board does no longer require an
  424.       ENVARC:MMU-Configuration file.
  425.     - The 68040.library will now enable copyback caches for the EC040.
  426.     - Some of the MuTools did not unload properly if loaded from the workbench,
  427.       fixed.
  428.     - The MuTools are now a bit more error tolerant due to a new function in the
  429.       V41 mmu.library which gets used.
  430.  
  431. Release 40.60
  432. -------------
  433.  
  434.     - fixed the shutdown code of MGA, thanks to Stephan!
  435.     - disabled a kludge in the mmu.library which write protected 
  436.       a kickstart image at 0x00200000 and up by checking the name 
  437.       of execbase. This kludge might have conflicted with some softkickers.
  438.     - Because people tend not to read guides, I added the 
  439.       arguments "WRITEPROTECTED" and "INVALID" to the library build-in 
  440.       "SetCacheMode". Note that they work different to what "MuSetCacheMode" 
  441.       does. Here, "WRITEPROTECTED" and "INVALID" are just aliases to "ROM" 
  442.       and "BLANK", hence enable the most defensive protection strategy.
  443.     - Added a new LVO "RebuildTreesA" which is "officially" not yet 
  444.       existing and will be documented in V41. More LVOs might be added up 
  445.       to V41, but please *DO NOT* yet call them as they did not exist 
  446.       in V40.50.
  447.     - Fixed the installation script, due to a typo the P5 MMU boot hack 
  448.       was not detected.
  449.     - Fixed the P5Detect program which just looked to the wrong
  450.       identification resources. Ooops. Installation on "non-standard"
  451.       boards should be smoother now.
  452.     - Fixed a bug in the disassembler.library which disassembled the
  453.       lea (offset.L,pc)
  454.       wrong. The offset was wrong by two bytes.
  455.     - The release number in the MuForce guide was wrong. 
  456.     - When will people finally learn to read the FAQ? *Sigh*
  457.       In case MuFastZero complains "The zero page is already remapped",
  458.       ---> READ THE GUIDE. <---
  459.  
  460.  
  461. Release 40.51.1
  462. -------------
  463.  
  464.     - disabled the layers.library kludge for MuGuardianAngel if V40
  465.       is found active. It is luckely no longer required.
  466.  
  467. Release 40.51
  468. -------------
  469.  
  470.     - fixed a bug in the 68060 startup logic which left the MMU disabled
  471.       in case it was disabled before. This made the custom 68060.library
  472.       useless.
  473.     - included the 40.17ß3 release of Carten Schlote's 68060.library
  474.       which (for the first time) makes use of the MMU.library.
  475.  
  476. Installation of this library requires some care as IT DOES NOT automatically
  477. auto-detect P5 hardware and special setup magic for this hardware. This is
  478. not because the library is "broken" in some sense, but because P5 didn't 
  479. follow the CBM guidelines when designing their hardware. Therefore, an
  480. experimental installation script has been written. This script must be
  481. run as follows:
  482.  
  483.     - Unpack the archive to disk,
  484.     - Enter the following commands:
  485.  
  486. cd <MMULib>/Install    ;where <MMULib> is the directory you unpacked this 
  487.             ;archive to
  488.  
  489. SYS:Rexxc/rx BuildMMUConfig.rexx ENVARC:MMU-Configuration
  490.  
  491.     - The last command builds the MMU configuration and writes it
  492.       to ENVARC:MMU-Configuration. It might also copy ScanMMUPort
  493.       to LIBS:MMU. This is an external setup command for the library
  494.       and might or might not be required. Older P5 hardware does *not*
  495.       require it (I would guess that this is explicitly for the 
  496.       Blizzards, but I'm not sure).
  497.       Non-P5 hardware will not require it at all.
  498.       You might want to hand-edit or optimize this script if you need,
  499.       as it will contain several optimizations for graphics cards and
  500.       other known boards.
  501.  
  502.     - KEEP THE OLD 68060.library IN A SAFE PLACE.
  503.     - Make sure to install the 40.51 edition of the mmu.library
  504.     - Copy the 68060.library to LIBS:
  505.     - Reboot the computer and wish the new library luck. (-:
  506.  
  507. This edition of the '060 lib does *not yet* include correct VMM management
  508. and FPU control functions (hence, C:FPU will not yet work). It is shorter
  509. and costs less memory because it leaves the MMU setup to the mmu.library.
  510. (Note that this release contains still debugging information).
  511.  
  512.  
  513. In case the installation failed:
  514.  
  515.     - Make sure the mathieedoubbas.library you're using is truely the
  516.       official 38.x or the patched and bugfixed 39.1. Some other third-
  517.       party products may fail to work correctly if the 68060 support
  518.       code is not yet loaded.
  519.  
  520. In case running the library fails (i.e. system doesn't boot):
  521.  
  522.     - Make sure LIBS:mmu/ScanMMUPort is really available at boot-up
  523.     - Please re-boot the computer without the startup-sequence,
  524.     - Keep ENVARC:MMU-Configuration in a safe place,
  525.     - Re-install the old 68060.library.
  526.     - Boot the computer again,
  527.     - Run "MuScan" and keep the output.
  528.  
  529. Then, please sent me the output of MuScan, and the ENVARC:MMU-Configuration
  530. file with a tiny note what exactly happened (or did not happen).
  531.  
  532.  
  533. Release 40.50
  534. --------------
  535.  
  536.     - added external command scanning in case a setup command is
  537.       not found "resident".
  538.     - included Richard Körber's PatchWork and Olaf Barthel's
  539.       Sashimi. The "PatchWork" edition is *NEW* and *NOT YET AVAILABLE*
  540.       otherwise. Big "thank you" to Richard for updating it for this
  541.       archive. Big thanks to Olaf Barthel for allowing me to include
  542.       his "Sashimi" in the archive.
  543.     - bumped the version number.
  544.     - Final release.
  545.  
  546. Release 0.48
  547. --------------
  548.     - mmu.library: Added a new command in the MMU-Configuration file,
  549.       "DescriptorCacheInhibit". It controls whether the MMU library
  550.       should disable the data cache for the descriptors. This is by
  551.       default OFF as this feature means more trouble for the library,
  552.       and is not required for using the library. However, this might
  553.       be a workaround for programs that hack the MMU table themselves,
  554.       which is not supported anyhow. Set it to "ON" if you MUST use
  555.       these programs.
  556.     - Added another VMM support function.
  557.     - MuGuardianAngel: The "memory header" output was broken, fixed.
  558.       Added more security checks, MuGuardianAngel will warn you in
  559.       case its function entries have been patched (which is not 
  560.       supported)
  561.     - MuGuardianAngel: Added automatic stack checking within the
  562.       memory allocation functions - an overrun stack seems to be the
  563.       most common source of MuGuardianAngel problems. MuGuardianAngel
  564.       will now detect an "nearly out of stack" condition in the memory
  565.       handling, and will provide an "emergency" stack in case this
  566.       happens. It will then generate a warning, regardless of whether    
  567.       stack snooping is enabled or not.
  568.       Interestingly, the RAM-Handler and the FastFilingSystem are the
  569.       most common sources of stack-overflows. This should be fixed for 
  570.       the RAM handler with "PatchRAM" in this archive, the FFS stack
  571.       should be added manually in the RDB, though. The smallest re-
  572.       commended stack size is 786 bytes, not less!
  573.     - P96: (yes, you read this correctly) supports now the mmu.lib if
  574.       it is available.
  575.     - Added an experimental GfxCard setup program to optimize cacheing.
  576.       This function is included in P96 anyhow, so not really required.
  577.  
  578.     - mmu.library: MOVE16 is now "sort of" supported, in the sense that
  579.       the exception handler will be able to handle it. However:
  580.       - MOVE16 is not supported by all Amiga hardware, it may crash,
  581.       - A MOVE16 on a 68040 is potentially dangerous due to a bug in
  582.         the CPU. A MOVE16 might invalidate cache lines which are not
  583.         related to the MOVE16 operation at all. There is currently a
  584.         workaround for this, namely: Do not set the "imprecise", or
  585.         "user page" bits 0-3 for swapped, invalid or supervisor only
  586.         pages. I do not guarantee that this workaround will remain
  587.         valid. *JUST DON'T USE MOVE16.*
  588.       - A MOVE16 may cause double reads, do not use this to read from
  589.         hardware registers that cannot tolerate this. Do NOT use it
  590.         at all!
  591.       - A MOVE16 which causes the exception handler to enter may be
  592.         completed by means of ordinary writes, which means that in
  593.         this situation no burst access is used, and the order of the    
  594.         data written out or read might be different from that of a
  595.         true MOVE16. *JUST DO NOT USE IT, OK!*
  596.  
  597.     - mmu.library: On read/modify/write accesses, the library might
  598.       have reported a write protection fault instead of a simple 
  599.       write fault on the write cycle of the instruction. Fixed.
  600.  
  601.     - MuGuardianAngel: Added more consistency checks, added checks
  602.       and support for memory pools, made some error messages more
  603.       informative.
  604.  
  605.     - MuMove4K: Added the NOREBOOT option to avoid unnecessary reboots
  606.       if the system is rebooted by a second program afterwards anyhow.
  607.  
  608.     - Included a patch for the V44 SetPatch.
  609.  
  610. Release 0.47
  611. --------------
  612.     - mmu.library: Changed again the cache control logic a bit. Please
  613.       try DMA transfers again. The new logic does not block interrupts
  614.       as long as the old logic, hence might avoid problems if fast
  615.       interrupt processing is required. It should be *slightly* faster
  616.       as well.
  617.     - MuForce: MuForce catches now supervisor exceptions as well if you
  618.       specify the "CAPTURESUPER" keyword. This requires patching of
  619.       some autovectors.
  620.     - Added a new drawer "Contributions", containing more tools from
  621.       other people I regard as very useful. This is "Sashimi" by
  622.       Olaf Barthel, and "PatchWork" by Richard Körber. Thanks Olaf,
  623.       thanks Richard for allowing me to include your great work!     
  624.     - Run all guides thru ISpell, hopefully correcting most typos.
  625.     - MuMove4K: The PREPAREEMUL option disabled the CPU instruction
  626.       cache. I expected the ROM would re-enable it somewhat later, but
  627.       it didn't. Fixed.
  628.  
  629. Release 0.46
  630. --------------
  631.     - mmu.library: Found that the "ramlib" task is really very low on
  632.       stack. I'm now swapping the stack on library startup to avoid
  633.       problems.
  634.     - updated the mmu.lib exception handler. It is now possible to use
  635.       the exception mechanism to auto-extend the stack and to keep the
  636.       user stack on virtual memory. The new "message hook" mechanism
  637.       does not require user stack space. However, an additional patch
  638.       to the exec switch function is required for this trick. This
  639.       patch is currently not included in the mmu.library - basically
  640.       because this is not directly MMU related.
  641.     - MuGuardianAngel will now stop to check for a valid free memory
  642.       counter if it finds a problem and reports the problem immediately.
  643.     - MuForce is now able to capture even "ordinary" MC68K exceptions.
  644.       This can be disabled with the new "NOGURUPATCH" option.
  645.     - Included a "synchronous" version of the 680x0.library because the
  646.       asynchronous outsmarted several systems.
  647.     - mmu.library: The chip ram is now by default marked as cacheinhibit 
  648.       imprecise nonserialized. This will speed up chip ram access a bit
  649.       for the 68060 and 68040. Works of course only if the MMULib is
  650.       used to setup the MMU tables, i.e. for users of the V40 68040 lib.
  651.       Video RAM of several graphics cards can be setup in the same way
  652.       as well, but since there's no way to identify expansion hardware as
  653.       video ram, you've to do that manually.
  654.     - mmu.library: The F-Space is now by default marked as cacheinhibit
  655.       to allow (IMHO misdesigned) hardware to map in here without telling
  656.       the system. This can be disabled by using the MMU-Configuration
  657.       file.
  658.     - Added a new MuTool: MuFastChip. This tool will enable the imprecise
  659.       or nonserialized cache mode for chip memory and will hence improve
  660.       chip memory access performance for systems where a third-party 040 
  661.       or 060 library does not setup the MMU tables in the optimal way.
  662.       The MMU.library (and hence the V40 68040.lib) *will* build its own
  663.       MMU tables with this feature enabled anyhow if it doesn't find an
  664.       MMU table to start from. 
  665.     - Fixed the SetPatch fix. (You kept the original, right? :-)
  666.       It might have been that the 43.7 edition installed a fix for the
  667.       mathieeesingbas.library even if this fix is unnecessary and fatal,
  668.       as it is for the 68881/68882 FPU.
  669.  
  670. Release 0.44
  671. --------------
  672.     - mmu.library:    The "AddMem" command in the MMU-Configuration file
  673.       was broken. Added the memory twice, causing nothing but a mess.
  674.     - Added a safety check for "AddMem", the command is now ignored
  675.       in case the memory in question is already added.
  676.     - "SetCacheMode" argument "valid" was broken and did not validate
  677.       the memory at all.
  678.     - AddMem'd memory was added after the MMU table setup, hence wasn't
  679.       used for the MMU descriptors. The library *tries now* to add it
  680.       as soon as possible to make some use of it for building the MMU
  681.       trees.
  682.     - MuFastZero: The FORCENATIVE option generated a failure code in
  683.       case the zero page wasn't remapped, stopping additional options
  684.       like MOVESSP from working.
  685.     - MuGuardianAngel: The "MemHeader free counter incorrect" error
  686.       handler did not save back one register and hence caused additional
  687.       hits.
  688.     - MuGuardianAngel: Ooops, found a problem of the RAM-Handler. Not
  689.       a MuGuardianAngel problem, but a real design fault of RAM: DO NOT
  690.       try to delete and write to the RAM: disk at the same time, this
  691.       will cause lots of trouble.
  692.     - Included a fix for the CBM mathieeedoubbas.library 38.2. This
  693.       library fails to compare floating point numbers below zero
  694.       correctly in some cases. The P5 library patches mathieeedoubbas
  695.       to fix this, but the 68040.library should not be a replacement
  696.       for SetPatch. To apply the patch,
  697.  
  698. 1)      Copy the file LIBS:mathieeedoubbas.library to RAM:
  699. 2)      Copy the file mathieeedoubbas.pch in the directory "Fixes" to RAM:
  700. 3)      Copy the "spatch" program at the same place to RAM:
  701. 4)      Change the directory to ram: with "cd RAM:"
  702. 5)      Apply the patch with    "spatch mathieeedoubbas.library"
  703. 6)      Copy the file RAM:mathieeedoubbas.new to
  704.         LIBS:mathieeedoubbas.library. It contains the fixed library.
  705.  
  706.     - In case the V40 68040.library slowed your computer down:
  707.       copy the file "MMU-Configuration" from the "ENVARC" drawer into
  708.       "ENVARC:". In case this causes crashes with Z-II memory, follow
  709.       the instructions in the file and remove one semicolon in front of
  710.       the "SetCacheMode" command. 
  711.     - Removed the debugging information from all files.
  712.     - Added the MMU master guide. Please check this, is this understand-    
  713.       able? In case I forgot to mention you in the credits, please let
  714.         me know!
  715.     - Moved all libraries to a separate directory, "Libs"
  716.     - Included a new library, the 680x0.library. This is the CPU
  717.       unspecific CPU driver. It's job is to detect which CPU is avail-
  718.       able in your system, and to load the CPU specific code. It there-
  719.       fore acts very much like the P5 68040dummy.library, except that
  720.       it remains in the system and provides user-callable function
  721.       entries for querying the CPU/FPU/MMU type and to setup the FPU
  722.       exceptions. The CPU specific library *should never be called
  723.       directly*, this library will re-route the calls to the correct
  724.       library. Furthermore, it loads the library in background, helping
  725.       to speed up the boot process a bit. 
  726.     - A special edition of SetPatch is available that loads the 680x0
  727.       library instead the 68040.library, regardless of which processor 
  728.       is available. The 680x0.library will then even try to load an
  729.       68000.library or 68020.library. This library could be used, for
  730.       example, to install line-F instructions to emulate the FPU 
  731.       completely in software, even for a 68020 or 68000 without FPU.
  732.       To patch "SetPatch", 
  733.  
  734. 0)    Keep a copy of SetPatch in a safe place.
  735. 1)      Copy the file C:SetPatch to RAM:
  736. 2)      Copy the file SetPatch.pch in the directory "Fixes" to RAM:
  737. 3)      Copy the "spatch" program at the same place to RAM:
  738. 4)      Change the directory to ram: with "cd RAM:"
  739. 5)      Apply the patch with    "spatch SetPatch"
  740. 6)      Copy the file RAM:SetPatch.new to C:SetPatch. This is the
  741.     inofficial 43.7 edition of SetPatch.
  742.  
  743.     - Included a new program, "FPU" in the "Shell only" drawer. This
  744.       program controls the exception generation of the FPU. It will
  745.       only work with the 680x0.library and the V40 68040.library
  746.       installed.
  747.  
  748.  
  749. Release 0.42
  750. --------------
  751.  
  752.     - 68040.library: Only cosmetic changes. Added a AN_Zombie guru in
  753.       case the ColdReboot() function returned. I've no idea how this
  754.       could happen.
  755.     - mmu.library: I don't thrust the AFF_68060 flag any more. The
  756.       68060.library of the LC75 Apollo board does not set this bit
  757.       correctly and hence identifies the 060 as 040. Hence, the library
  758.       tried to install the wrong driver and crashed desparately. The
  759.       library tries now to identify an 060 in case at least an 040 is
  760.       indicated. The library updates then its own AttFlags copy 
  761.       correctly. Outch! I don't know whether this is a typo in the
  762.       sources of the 68060.lib, or this intended and something "sneaky"
  763.       I fail to understand. 
  764.     - Fixed one bug in the disassembler.library. It failed to disassemble
  765.       64 bit arithmetics correctly.
  766.     - MuFastRom: In case no argument is given, the program uses now the
  767.       default "On".
  768.     - MuFastZero: Again, made "On" the default argument. Added the
  769.       "MoveSSP" and "StackSize" arguments to relocate the supervisor
  770.       stack to fast ram. This does not make use of the MMU.
  771.     - Added the "CheckFPU" command, in the "Shell_Only" drawer. This
  772.       program prints the version number of a 68040 FPU if one is avail-
  773.       able. Two versions exist, the V40 "original" which is very buggy
  774.       and the V41 "revised" with less bugs. The 68040.library supports
  775.       currently both, with lots of workarounds for the V40. Please
  776.       contact me in case you find a V40 edition in your Amiga.
  777.     
  778.  
  779. Release 0.41
  780. --------------
  781.  
  782.     - Forgot to update the version number in 0.40. Reported 0.38. Oops.
  783.     - TTx parsing was still not 100% correct, but much better. Fixed.
  784.     - Due to a typo, branch cache flushes were effectively disabled.
  785.       Outch! Forgot one single "$".
  786.     - Added branch cache flushes on context switches, recommended by
  787.       Motorola.
  788.     - Added includes, autodocs and .fd files for the 68040.library.
  789.     - Updated MuFastZero and MuFastROM to include and set the cache
  790.       flags according to the mirrored RAM. This is of importance in
  791.       case non-cacheable Z-II fast RAM is used to build the mirror.
  792.     - Made mild modifications to the FPSP FPU emulator package to speed
  793.       it up a bit. The 40.1 release is now unnoticably faster than the
  794.       Mike Sinz 37.30 release, which is again unnoticably faster than
  795.       the P5 release.
  796.     - Added a workaround in GetMsg() to keep some brain-dead programs
  797.       working that call GetMsg() in a tight loop without giving
  798.       interrupts a chance to occur. These programs tend to block the
  799.       computer completely, especially if the ROM is remapped to 
  800.       cacheable, burstable memory. The workaround is a single NOP.
  801.  
  802. Release 0.40
  803. --------------
  804.     New in this release:
  805.  
  806.     - Added four internal undocumented LVOs for external CPU drivers.
  807.     - Fixed a bug in the CPU detection routine. A 060 EC or LC was
  808.       not recognized. Outch! Which smart guy at Motorola decided to use
  809.       the same processor ID for both products? The EC doesn't have a MMU,
  810.       the LC - as for example used by the LC75 Apollo board - does.
  811.       This might well explain a lot of problems of the Apollo board....
  812.     - Fixed a bug in the library init routine which would cause a guru
  813.       in case no MMU is available at all. The library MUST load, and
  814.       some functions will be available even without an MMU.
  815.     - Fixed several minor bugs of the TTx parsing routine, hopefully
  816.       correcting problems with some ancient 040 library releases that
  817.       didn't make use of the MMU (how should that work?)
  818.     - Fixed a serious bug of the Alert() replacement function, the stack
  819.       was used plain wrong. Thanks Etienne!
  820.     - Included an updated and more streamlined version of MuLockLib,
  821.       thanks to Gunther Nikl for providing it.
  822.     - Updated MuSetCacheMode, added more options.
  823.     - Added a configuration/preferences file and a preferences file
  824.       parser.
  825.     - Included now the "stripped" versions of the libraries in a sub-
  826.       directory of the same name. These editons don't contain the de-
  827.       bugging information and are therefore shorter.
  828.     - *News flash* 
  829.       This release comes with an upgraded version of the 68040.library.
  830.       This library is still in "beta" stage, but makes already use of
  831.       the mmu.library for the MMU configuration. It is for that reason
  832.       even shorter than the 37.30 release, even though it uses the latest
  833.       68040 FPU emulation code from Motorola.
  834.       FPU exceptions are configurable thru an LVO vector of the library,
  835.       but I haven't written a control tool yet. This will follow in the
  836.       next distribution.
  837.       This release *will only work* if the 37.30 runs on your machine,
  838.       you should, however, edit the ENVARC:MMU-Configuration file to 
  839.       to make some P5 boards working. The file should contain this line:
  840.  
  841. SetCacheMode    from 0x00f00000 size 0x00080000 valid iospace
  842.  
  843.       If you use this edition of the 68040.library, it might disable
  844.       caches for the Z-II address space completely. If this is not
  845.       desired, you may turn them on again with the following line in
  846.       the MMU-configuration file:
  847.  
  848. ClearTTX    
  849.  
  850. The path of the preferences file is ENV:MMU-Configuration or 
  851. ENVARC:MMU-Configuration if the first file is not found. The file looks like
  852. a standard shell script except that only three commands are known. All
  853. other commands are ignored silently for forwards compatibility, more might
  854. be made available in the future. The semicolon is used to separate comments 
  855. from the commands, the text following a semicolon is ignored.
  856.  
  857.  
  858. Release 0.38
  859. --------------
  860.     New in this release:
  861.  
  862.     - Added four internal undocumented LVOs for external CPU drivers.
  863.     - Fixed a bug in the CPU detection routine. A 060 EC or LC was
  864.       not recognized. Outch! Which smart guy at Motorola decided to use
  865.       the same processor ID for both products? The EC doesn't have a MMU,
  866.       the LC - as for example used by the LC75 Apollo board - does.
  867.       This might well explain a lot of problems of the Apollo board....
  868.     - Fixed a bug in the library init routine which would cause a guru
  869.       in case no MMU is available at all. The library MUST load, and
  870.       some functions will be available even without an MMU.
  871.     - Fixed several minor bugs of the TTx parsing routine, hopefully
  872.       correcting problems with some ancient 040 library releases that
  873.       didn't make use of the MMU (how should that work?)
  874.     - Fixed a serious bug of the Alert() replacement function, the stack
  875.       was used plain wrong. Thanks Etienne!
  876.     - Included an updated and more streamlined version of MuLockLib,
  877.       thanks to Gunther Nikl for providing it.
  878.  
  879. Release 0.37
  880. --------------
  881.     New in this release:
  882.  
  883.     - Added two tags for Get/SetContextData in preparation for the
  884.       memory library.
  885.     - Wrote a replacement AddMemList() function because some 
  886.       versions of the 68040/68060.library functions patch this function.
  887.       This release will adjust the MMU tables for the DEFAULT CONTEXT
  888.       only, which means that all memory must be ready AT LEAST AS SOON
  889.       AS A PRIVATE CONTEXT IS CREATED.
  890.  
  891.  
  892. In case you've problems with this library release:
  893. o) Please install the mmu.library_debug ON TOP of the mmu.library, i.e. use
  894.  
  895. copy mmu.library_debug to LIBS:mmu.library
  896.  
  897. o) Reset the system
  898. o) Run Sushi or Sashimi to fetch the output. Give them a HUGE buffer
  899. o) Load the library. MuLockLib would do that, for example.
  900.  
  901. Release 0.36
  902. --------------
  903.     News in this release:
  904.  
  905.     - Fixed MuMove4K, added the A1200 option and fixed the shutdown code.
  906.     - Fixed MuLockLib, there was a slight chance for a crash (thanks to
  907.       Gunther Nikl for reporting)
  908.     - Fixed the .fd-File. I forgot to include two functions making
  909.       the table useless, and forgot to include one library 
  910.       function in the library lvo jump table. Outch!
  911.     - Fixed the new memory map functions.
  912.     - Tested indirect descriptor functions, included a new test,
  913.       see MuIndirectTest.
  914.  
  915. I'm planning to upload the 0.36 to the Aminet next saturday, I won't be in
  916. town from July 18th to August 8th. 
  917.  
  918. Release 0.35
  919. -------------
  920.     News in this release: Something in the library, even though no
  921.     real serious bugs have been found. More functions, but more power-
  922.     ful debugging tools.
  923.  
  924.     - Added support functions for memory maps, likely untested.
  925.     - Added support functions for indirect descriptors and *VERY FAST*
  926.       indirect page swapping.
  927.     - Fixed a tiny bug in the 060 support which might have failed to
  928.       detect physical bus errors correctly.
  929.     - Fixed a bug in GetPageProperties which might have failed to
  930.       read remapped memory correctly.
  931.     - Streamlined the tag item parse functions.
  932.     - Updated documentation and includes.
  933.     - Wrote the disassembler.library, added to the distribution.
  934.     - Updated MuForce: The program makes use of the disassembler.library
  935.       and prints now a disassembly of the faulty code on demand.
  936.     - Fixed a bug in MuGuardianAngel, stack dump was broken.
  937.     - Updated MuGuardianAngel, included disassembly function.
  938.     - Updated MuMove4K a lot, included a PREPAREEMUL function,
  939.       wrote a better guide, drew a shell icon.
  940.     - Included more shell tools, PrintBusError, ResetBusError and
  941.       ClearTTx.
  942.  
  943. The Apollo LC060 75Mhz showed problems with the mmu.library. I don't know
  944. how these problems arose, but it might be that the MMU doesn't like the over-
  945. clocking. To test this, please run the "ClearTTx" program with the NATIVE
  946. Apollo setup and check whether this works or not.
  947.  
  948. The PrintBusError tool will dump the bus error vector. It should always
  949. point to the library.
  950.  
  951. The ResetBusError will repair the bus error vector in case it was messed
  952. up by a program. It should be run WITHOUT an active debugger, or the result
  953. will be worse, not better. An application for this program is to restore
  954. the correct bus error handler after having used the "SoftBoot" program or
  955. "SetCPU FastROM" or "CPU FastROM". Note that the latter two are obsolete
  956. and replaced by MuFastROM.
  957.  
  958.  
  959. Release 0.34.1
  960. --------------
  961.     I'm pretty happy with the 0.34 how it is now, I haven't found new
  962.     bugs. This doesn't mean there are none, though. (-;
  963.  
  964.     New in this release:
  965.  
  966.     - Updated MuGuardianAngel a bit. The "hit" messages are now more
  967.       informative and contain more detailed information about the
  968.       cause of the hit, as for example which memory chunk was released
  969.       etc... Thanks to Simon for the hint.
  970.     - Added a new program "MuLink" to the MuTools. This is a shell-only
  971.       developer tool for automatic "self-protection" of software. A
  972.       program that gets "MuLink'd" will get its code (or other selected)
  973.       segments automatically write protected. This is most important 
  974.       for software that has to run on critical systems, as BBS's 
  975.       and the like. MuLink is a post-processing tool much like ATOM.
  976.       More about this tool in its documentation.
  977.     - Added a "MuGuardianOff" icon.
  978.     - Updated the documentation.
  979.     - Included E developer files, thanks to Daniel Kasmeroglu. 
  980.  
  981.  
  982. Remaining problems:
  983.     
  984.     - The usual ppc.library problem. Not about to be fixed.
  985.     - The library still refuses to work correctly on an Appollo 75Mhz
  986.       060EC board, I don't know why. TTx setup of this board is now
  987.       supported correctly, but this doesn't seem to help. Wierd.
  988.  
  989. Release 0.34
  990. ------------
  991.     Sigh, the 0.33 DMA logic was still buggy....
  992.  
  993.     - Fixed (another) bug in CachePostDMA(). The routine failed to
  994.       check the CPU AttnFlags correctly and hence did not restore
  995.       the cache mode to copyback. This could have been resulted in
  996.       slowdown of your machine, and hands of several MuTools.
  997.     - Removed all references to the 68040 and 68060.library. This
  998.       will allow a possible future 680x0 library to use the 
  999.       mmu.library to build its MMU tree instead of implementing this
  1000.       function a second time.
  1001.  
  1002. I M P O R T A N T:
  1003.  
  1004. THIS MEANS THAT ALL THE MUTOOLS *MUST* BE RUN  A F T E R  SetPatch.
  1005.  
  1006. The only exception to this rule is MuMove4K.
  1007.  
  1008. Please DO NOT run the MMURemapTest with the cybscsi or cybppc.device. Both
  1009. devices are not designed to allow memory remapping (not my fault). In worst
  1010. case, they will trash your hard disk!!!
  1011.  
  1012.  
  1013. Thanks goes to Ulrich Falke for helping me to find these bugs, and 
  1014. furthermore to Michaela Prüß for supplying the includes and protos for the 
  1015. vbcc compiler!
  1016.  
  1017. Release 0.33
  1018. ------------
  1019.     Outch, the 0.30 was buggy!
  1020.  
  1021.     - Fixed a bug in the GetPageProperties() routine for the 030 and
  1022.       020 support code. The cache control functions overwrote an 
  1023.       important CPU register and therefore crashed MuForce.
  1024.     - Fixed a bug in the DMA control logic. Outch! This really broke
  1025.       things!
  1026.     - Fixed a bug in the MMU table rounding logic. Fixed one overflow
  1027.       problem that makes the procedure hang on some machines. 
  1028.       Additionally, I forgot to merge adjacent property nodes here.
  1029.     - I must have been crazy to remove the PROTECT option in MuFastROM.
  1030.       Fixed!
  1031.     - MuFastZero OFF improved, and the FORCENATIVE flag was broken
  1032.       completely.
  1033.     - MuGuardianAngel showed a few bogus exceptions on startup, depends
  1034.       on the system configuration. TRSaferPatches caused this, fixed.
  1035.     - Added the FixCybAccess workaround. It fixes - or actually 
  1036.       works around - a really bad design fault of the cybscsi.device.
  1037.       More on this in its readme.
  1038.     - Changed the SegTracker output style of MuForce and MuGuardianAngel
  1039.       to the Enforcer style. This is most useful for tools interpreting
  1040.       these lines.
  1041.  
  1042. Thanks to all the nice folks that reported bugs, and sorry for the 
  1043. inconvenience about all the bugs.
  1044.  
  1045. This distribution contains again a "mmu.library_debug". In case you encounter
  1046. problems, please rename this to "mmu.library", install "Sushi" or "Sashimi"
  1047. with a *LARGE* I/O buffer and run the tests again. Alternatively, connect
  1048. a terminal to the serial port, 9600 baud, 8 bit, 1 stop bit, no parity.
  1049.  
  1050. Please collect the output and sent it to my email address. This will help 
  1051. me a lot debugging the library.
  1052.  
  1053. -----> When reporting bugs, PLEASE PLEASE let me know:
  1054.  
  1055. o) About which version of the library you're running. I might have sent
  1056. some of you an updated version.
  1057. o) About which processor your system is running on.
  1058. o) A MuScan output.
  1059. o) Which SCSI/IDE device you're using.
  1060.  
  1061. In case you see a crash:
  1062.  
  1063. o) Please write down the guru number.
  1064. o) Try to reproduce the crash, try to find out which program causes the
  1065. crash. This means that you should try to edit your startup sequence and to
  1066. remove patches from there until the crash disappears. You don't need to
  1067. strip the startup-sequence permanently, but just to let me know which
  1068. program causes the incompatibility.
  1069.  
  1070. Please understand that a "It won't work on my computer" doesn't help me 
  1071. much to fix the problem. Try to be as concrete as possible, this will 
  1072. increase the propability enourmously that bugs get fixed. (-;
  1073.  
  1074. A special note about the 0.3x releases:
  1075.  
  1076. I introduced a new guru, namely "AN_PostSetup 0x3e000015". In case you see
  1077. this specific guru, let me know which program caused this.
  1078.  
  1079.  
  1080. A special note about MuGuardianAngel:
  1081.  
  1082. This program is NOT compatible with PoolMem. Try not to install PoolMem on
  1083. top of this, this won't work. MuGuardianAngel will be smart enough to cancel
  1084. PoolMem if it is running, but it is not smart enough to prevent its 
  1085. installation.
  1086.  
  1087.  
  1088. A special note about "version" and related utilities aka "verscheck":
  1089.  
  1090. These tools OPEN the libraries in question. Hence, if you run "version"
  1091. on a - possibly existant - 68040old.library, it will open this library and
  1092. re-install a MMU table on top of the already loaded table. Either do
  1093. not try this or remove the 68040new.library and the 68040old.library from
  1094. your LIBS: drawer.
  1095.  
  1096.  
  1097. A special note about "MMUCacheTest": 
  1098.  
  1099. If this program hangs on your system, please report this. Furthermore, please
  1100. run it *AGAIN*, but this time with the "NOMMU" option on the command line
  1101. and *WITHOUT ANY* tools that require the mmu.library. It would be best to
  1102. boot without startup-sequence, run "SetPatch" by hand and then immediately
  1103. "MMUCacheTest DH0: nommu".
  1104.  
  1105.  
  1106. Release 0.30
  1107. ------------
  1108.     Ouh, just too many changes to mention:
  1109.  
  1110.     - Added tags to setup the MMU table layout, as the page size,
  1111.       the depth of the MMU tree.
  1112.     - Added functions to get and set some control values of the
  1113.        MMU contexts.
  1114.     - Added page access exception handler.
  1115.     - CachePre/PostDMA patches are now always installed since 68020
  1116.       and 68030 based systems need the logical -> physical trans-
  1117.       lation as well.
  1118.     - Reworked the mmu.library memory management.
  1119.     - Fixed several bugs in the MuForce program, did not handle ROM
  1120.       remapping correctly.
  1121.     - MuFastRom and MuFastZero reworked a bit. MuFastZero OFF did
  1122.       not work. Added more options for both tools.
  1123.     - Added a new debugging tool: MuGuardianAngel. Some sort of
  1124.       memory protection that keeps free memory from getting over-
  1125.       written by faulty programs.
  1126.     - Added more options to MuSetCacheMode.
  1127.     - MuMove4K moves now the lowest 32K (and is hence misnamed). This
  1128.       avoid trouble with large MMU table sizes on 68030/68020 based 
  1129.       systems and pre-allocates memory for an "oxypatcher" type tool.
  1130.     - Added MuLockLib tool, check the readme.
  1131.     - ....
  1132.  
  1133.  
  1134. Release 0.27
  1135. ------------
  1136.     - Fixed a bug in the task scheldurer.
  1137.     - Added a second explicit cache flush for ColdReboot()
  1138.     - Fixed a bug in the branch cache flush of the '060... Sorry!    
  1139.     - Tested the library for public remapped memory... Works!
  1140.     - Tested the library for private MMU trees... Works!
  1141.  
  1142.     - Since the 0.27 works now within its specifications, this will
  1143.       be the last 0.2x release. We're going to 0.30 now.
  1144.  
  1145. Release 0.26
  1146. ------------
  1147.  
  1148.     - Fixed a bug in the exception handling, forgot to restore a6.
  1149.     - Fixed the return value of RebuildTree(). It's now TRUE on
  1150.       success, not DOSTRUE.
  1151.     - Fixed a bug in the table builder, merged sub-tree were released
  1152.       incorrectly.
  1153.     - Added the WithoutMMU() LVO entry.
  1154.     - Removed the AllocLineMem() LVO, this one was useless.
  1155.  
  1156. Release 0.25
  1157. ------------
  1158.  
  1159.     - Debugged 060 exception handler again. Found only one bug, ROM
  1160.       emulation was broken.
  1161.     - Enhanced AbsExecBase accesses - does no longer block interrupts
  1162.       unnecessary.
  1163.     - Fixed parts of the exception handler to read the faulty instruction
  1164.       from the correct function code space.
  1165.     - Added a complicated test for the EC030 processor that should
  1166.       finally work.
  1167.     - Enabled the MMULib internal exception handler test.
  1168.     - Removed all accesses to the ppc.library and reserved entries.
  1169.       PPC.lib compatibility is no longer an issue for me. The MMU.lib
  1170.       is WarpOs-compatible, though, as long as the system isn't 
  1171.       infected by Ralph's "software".
  1172.     - Added a safety test in the MMUCacheTest program to avoid
  1173.       hangs.
  1174.  
  1175. Release 0.24
  1176. ------------
  1177.  
  1178.     - Fixed the 030/851 exception handler, especially the emulation
  1179.       of instruction access of a possibly invalidated zero page,
  1180.       now really, *BIG* thanks to Dave!
  1181.     - MuForce does no longer ignore a remapped ROM. (Oops!)
  1182.     - MuForce does no longer touch the mapping of the fspace
  1183.       unless told to do so.
  1184.     - Fixed the assembler includes and autodocs, thanks to Tilman!
  1185.     - The context management of the library does no longer
  1186.       reset the remap destination in case the memory remap flag
  1187.       is not included in the mask settings. (Oops!)
  1188.     - Fixed the MMU table builder for MMU tables using more than
  1189.       32K entries.
  1190.     - The startup code selects now a better page layout for 030/851
  1191.       processors.
  1192.     - MuForce tries now to re-use an already relocated vector base
  1193.       if possible.
  1194.     - Tiny speedup in the "InstallDescriptor" routine could speed up
  1195.       MMU table building. There's room for more speedups, though.
  1196.     - Added a "nommu" flag for the MMUCacheTest program to check    
  1197.       your HD without the mmu.library. If this flag is used, the
  1198.       program *MUST* be run without the mmu.library currently loaded.
  1199.  
  1200. Related fixes of COP (release 1.73, not included in this distribution):
  1201.     - Fixed emulation of instruction access to the zero-page.
  1202.     - Fixed the RestoreVBR option.
  1203.     - Fixed the MMU disable mechanism on startup.
  1204.  
  1205. Special thanks goes to Dave "Ragman" for finding a lot of bugs in the 0.21
  1206. release.
  1207.  
  1208. -----------------------------------------------------------------------------
  1209.  
  1210. Compatibility warnings and bad software:
  1211.  
  1212. - The MMU tables generated by the "CPU FastROM" command, an official CBM tool,
  1213. are simply wrong if run on a 030 processor. Chip memory is marked as
  1214. "cacheable", which is plain wrong. Already spoke to Michael Sinz who agrees
  1215. in that point. Don't use it, run "MuFastRom" instead.
  1216.  
  1217. - The MMU tables build by "SetCPU FastRom" are not very well suited for 
  1218. MuForce. The MMU library will replace the table layout by something more
  1219. adapted.
  1220.  
  1221. Since these programs may install a "bogus" exception vector, you shouldn't
  1222. run both programs with the "FastROM" option. If you absolutely want to do, 
  1223. run them *before* installing any MMU.lib related program and COP - remember, 
  1224. you have been warned. "MuFastROM" will do better anyhow.
  1225.  
  1226.  
  1227. - CMQ060.lha from the Aminet: This program uses the MOVE16 instruction to
  1228. "speed up" the copy mem routines of the Os. Besides that the speedup is
  1229. minimal, you should be informed that this instruction is not fully 
  1230. supported by the Amiga hardware. A MOVE16 into the chip memory could yield
  1231. to "strange and wonderful things", and may or may not work. Its burst
  1232. accesses simply don't fit into the DMA access mechanism of the Amiga 
  1233. custom chips. (Note that no other instruction will try burst accesses
  1234. into non-cacheable memory!)
  1235. Moreover, due to a firmware bug of the '040, a MOVE16 on a system using
  1236. virtual memory might be unreliable and cause undesired side effects. Do 
  1237. not run this program!
  1238.  
  1239. MOVE16 is one of the non-supported instructions in an Amiga system, others
  1240. are TAS, CAS and CAS2 (which are of little use in a single processor system).
  1241.  
  1242. For more detailed information of MOVE16, check either the enforcer.guide or
  1243. the motorola documentation, I'm not making this up, and this is not 
  1244. mmu.library related.
  1245.  
  1246. Known Bugs:
  1247. -----------
  1248.  
  1249.     The MMU table manager rebuilds currently the MMU tables for a
  1250.     complete memory block even if only a minor sub-block was changed.
  1251.     Therefore, it may take longer to build the MMU table than absolutely
  1252.     required. I decided not to change this behaiviour because it
  1253.     keeps the mmu tables clean and optimized and avoids fragmentation.
  1254.  
  1255.     The MMU library builds currently 68030 MMU tables with the
  1256.     REPAIRABLE flag set less efficient than it could. However, it 
  1257.     was felt that a consistent table layout is more helpful than the
  1258.     (minimal) speedup.
  1259.  
  1260.     The library does not yet contain a workaround for a 040 firmware
  1261.     bug: If an illegal, line A, chk or unimplemented floating point
  1262.     instruction is located at the last 16 bits of a page and the next
  1263.     page is not available, the 040 generates an access fault instead
  1264.     of the proper exception. The fault address is the address of the
  1265.     missing page, and the PC points to the instruction in the preceeding
  1266.     page. This doesn't matter too much currently, it might become
  1267.     relevant in a VM system.
  1268.  
  1269. These bugs will be fixed within the next releases of the library, including
  1270. all the other bugs you may find.
  1271.     
  1272. -----------------------------------------------------------------------------
  1273.  
  1274. Special thanks goes to:
  1275.  
  1276. -Ralph Babel for giving information about the CachePreDMA/CachePostDMA
  1277.  functions and for some internals allowing me to write the MuOmniSCSIPatch.
  1278. -Carsten Schlote for starting development of a mmu.library aware 68060.lib.
  1279. -Michael Sinz (a real BIG thank you!) for discussing a lot of details of
  1280.  CachePreDMA/CachePostDMA, for sending me the sources of these functions
  1281.  in his 68040, and especially - and that's really great - for making the
  1282.  Enforcer sources available and for allowing me to reuse the exception
  1283.  handler of the Enforcer. This will happen in one of the next releases.
  1284. -Bjoern Schmidt for allowing me to run some tests on his 060 and for
  1285.  keeping several afternoons free for me.
  1286. -All the testers for running tests and sending me detailed information about
  1287.  their systems.
  1288.  
  1289. Thank you to all of you, this project won't clearly possible without your
  1290. support!    
  1291.  
  1292. -----------------------------------------------------------------------------
  1293.  
  1294. What is this:
  1295. -------------
  1296.     The mmu.library provides functions for MMU related operations
  1297.     as write- or read-protecting certain areas of memory for a
  1298.     given set of tasks, or marking memory regions as "swapped"
  1299.     virtual memory support. It offers an abstraction level on top
  1300.     of the actual MMU and a unified interface for MMU purposes.
  1301.  
  1302.     The MMU lib does NOT implement virtual memory, that's the purpose
  1303.     of another library - the memory.library. There's no much reason why
  1304.     any application except the memory.library and probably some debugging
  1305.     tools should call this library directly. The memory.library functions
  1306.     on top of this library should suffer for "all day purposes".
  1307.  
  1308.     The goal of the mmu.library is to provide an "abstraction layer" on
  1309.     top of the hardware, to allow programs to make use of the memory
  1310.     management hardware of the more advanced members of the MC68K
  1311.     processor family. Programs using the functions of the mmu.library
  1312.     do not need to modify the MMU tables directly and hence will not
  1313.     conflict with each other. The mmu.library interface provides all
  1314.     necessary functions to do that. This will allow programs like
  1315.     Enforcer and VMM to cooperate nicely with each other, provided both
  1316.     use this library.
  1317.  
  1318.     
  1319. Known bugs and problems of this implementation:
  1320. -----------------------------------------------
  1321.  
  1322. Things that require testing:
  1323.  
  1324.     - TTx register parsing updated, again. Should work fine with all the
  1325.       printouts I've collected, but you may still want to test it.
  1326.     - 68851 code likely untested, but I'm getting better. 
  1327.       I NEED YOUR HELP!
  1328.     - GetPageProperties/SetPageProperties are likely tested by the
  1329.       MuGuardianAngel program.
  1330.     - Page access exception handlers only likely tested by 
  1331.       MuGuardianAngel.
  1332.  
  1333. Things not yet implemented:
  1334.  
  1335.     - Patches for ppc libraries due to missing support. The
  1336.       ppc.library will remain unsupported, if you're the owner of
  1337.       a PPC board, run WarpOs, which is compatible.
  1338.  
  1339. Things the current design does not allow:
  1340.  
  1341.     - The MAPP_USED and MAPP_MODIFIED flags are not kept consistent
  1342.       by the library except for MAPP_SINGLE pages. I consider this
  1343.       as a minor problem since single page mode is required for
  1344.       virtual memory anyways.
  1345.     - MMU tables using the function codes. The amiga design shouldn't
  1346.       allow this anyways, but I don't know whether there's a board
  1347.       that makes use of them. (Doesn't look like, though).
  1348.     - Boards with two different MMU's on board. I've heard some
  1349.       rumours that there are actually 68040 boards with an additional
  1350.       68851. 
  1351.  
  1352. Recommended reading:
  1353. --------------------
  1354.  
  1355. The following books are recommended reading:
  1356.  
  1357.  
  1358. Motorola 68030 Enhanced 32-bit Microprocessor User's Manual    
  1359.     MC68030UM/AD Rev.3
  1360.  
  1361. Motorola 68040 User's Manual                    
  1362.     M68040UM/AD Rev.1
  1363.  
  1364. Motorola 68060 User's Manual                    
  1365.     M68060UM/AD Rev.1
  1366.  
  1367. Motorola M68000 Family Programmer's Reference Manual        
  1368.     M68000PM/AD Rev.1
  1369.  
  1370. Amiga Hardware Reference Manual, 3rd ed.
  1371.     Addison-Wesley Publishing Company, Inc.
  1372.     ISBN 0-201-56776-8
  1373.  
  1374. Amiga ROM Kernal Reference Manual, 3rd ed., Volume "Libraries"
  1375.     Addison-Wesley Publising Company, Inc.
  1376.     ISBN 0-201-56774-1
  1377.  
  1378. The Amiga Guru Book, 2nd Ed.
  1379.     Ralph Babel, Taunusstein 1989,1993
  1380.  
  1381. Additional sources:
  1382.     The Amiga Developer CD V1.1 
  1383.  
  1384.     The Enforcer.guide.
  1385.  
  1386.     Michael Sinz's documentation in the AmigaMail, on the DevCD 1.1.
  1387.  
  1388. Final words:
  1389. ------------
  1390.  
  1391. The mmu.library and the memory library will be my last project for the Amiga. 
  1392. It depends a bit on what happens with the Amiga in the next two years whether 
  1393. a PPC version of this library is required or not; hence, after all, this
  1394. can't be much more than a toy project that came several years too late.
  1395.  
  1396. So long,
  1397.     Thomas
  1398.